home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- if the visible of sprite 8 = 1 then
- set the movieTime of sprite 6 to the movieTime of sprite 8
- updateStage()
- set the movieRate of sprite 8 to 0
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- set the visible of sprite 6 to 1
- set the volume of sprite 6 to 255
- set the movieRate of sprite 6 to 1
- end if
- end
-
- on mouseEnter me
- if the visible of sprite 8 = 1 then
- cursor(280)
- end if
- end
-
- on mouseLeave me
- if the visible of sprite 8 = 1 then
- cursor(0)
- end if
- end
-